addProp(description, #MemoryNeeded, [#default: 0, #format: #integer, #comment: "The Memory needed"])
addProp(description, #TheProgram, [#default: "None", #format: #string, #comment: "The Program"])
addProp(description, #folderName, [#default: "None", #format: #string, #comment: "The Program Foldername"])
return description
end
on mouseUp me
alert("To install " & TheProgram & ", copy the " & folderName & " folder from the CD to your hard drive. Note: " & TheProgram & " requires " & MemoryNeeded & "MB of free RAM to run. Running the program without enough memory may result in a -108 error.")